.cbp-fwslider {
	position: relative;
	margin: 0 0 10px;
	overflow: hidden;
}

.cbp-fwslider ul {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	list-style-type: none;
}

.cbp-fwslider ul li {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	overflow:hidden;
}

.cbp-fwslider ul li > a,
.cbp-fwslider ul li > div {
	display: block;
	text-align: center;
	outline: none;
}

.cbp-fwslider ul li > a img {
	border: none;
	display: block;
	margin: 0 auto;
	height:550px;
	width:auto;
}
.cbp-fwslider nav{display:none;}/*隐藏左右轮播按钮*/
.cbp-fwslider nav span {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 100px;
	background: #47a3da;
	color: #fff;
	font-size: 50px;
	text-align: center;
	margin-top: -50px;
	line-height: 100px;
	cursor: pointer;
	font-weight: normal;
}

.cbp-fwslider nav span:hover {
	background: #378fc3;
}

.cbp-fwslider nav span.cbp-fwnext {
	right: 0px;
}

.cbp-fwslider nav span.cbp-fwprev {
	left: 0px;
}

.cbp-fwdots {
	position: absolute;
	bottom: 0px;
	white-space: nowrap;
	text-align: center;
	width: 100%;
}

.cbp-fwdots span {
	display: inline-block;
    width: 13px;
    height: 13px;
    margin: 4px 6px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #cccccc;
}

.cbp-fwdots span.cbp-fwcurrent {

	width: 13px;
    height: 13px;
    margin: 4px;
    position: relative;
    top: 2px;
    t: url(icon-circle.png) no-repeat -31px 0;
    border: 2px solid #003399;
    background-color: #fff;
}



.picScroll-left {
				    height: 550px;
				    width: auto;
				overflow: hidden;
				position: relative;
				float: left;
			}

			.picScroll-left .hd {
				    position: absolute;
				    width: 100%;
				    bottom: 20px;
				    left: 0;
				    z-index: 200;
			}

			.picScroll-left .hd .prev,
			.picScroll-left .hd .next {
				display: block;
				width: 40px;
				height: 70px;
				cursor: pointer;
			}

			.picScroll-left .hd .prev {
				background: url(images/arrow_r.png) no-repeat;
				float: left;
			}

			.picScroll-left .hd .next {
				background: url(images/arrow_r.png) no-repeat;
				float: right;
			}

			.picScroll-left .bd ul {
				overflow: hidden;
				zoom: 1;
			}

			.picScroll-left .bd ul li {
				float: left;
				_display: inline;
				overflow: hidden;
				text-align: center;
				position: relative;
			}

			.picScroll-left .bd ul li .pic {
				text-align: center;
			}

			.picScroll-left .bd ul li .pic img {
				    height: 550px;
				    width: auto;
				display: block;	
			}	

			.picScroll-left .bd ul li .title {
				line-height: 40px;
				position: absolute;
				bottom: 0;
				left: 0;
				padding: 0 10px;
				z-index: 100;
				font-size: 16px;
			}

			.picScroll-left .bd ul li .title a {
				color: #fff;
			}

			.picScroll-left .bd ul li i {
				height: 40px;
				background: #000;
				opacity: .5;
				filter: alpha(opacity=50);
				width: 100%;
				position: absolute;
				bottom: 0;
				left: 0;
				text-indent: -99999em;
			}
			
			.picScroll-left .hd ul {
			    position: absolute;
			    left: 50%;
			    margin-left: -150px;
			    bottom: 0;
			}
			.picScroll-left .hd ul li {
				float: left;
				width: 10px;
				height: 10px;
				background-color: #cccccc;
				margin-right: 10px;
				color: transparent;
				border-radius: 50%;
				cursor: pointer;
				border: transparent;
				border: 1px solid transparent;
			}
			
			.picScroll-left .hd ul .on {
				    background-color: #fff;
				    border: 1px solid #002a7d;
				    width: 12px;
				    height: 11px;
			}	
			.ts li{
				    width: 325px;
				    cursor: pointer;
				    float: left;
				    margin-left: 23px;
				    margin-right: 35px;
					margin-bottom:30px;
					margin-top: 15px;
			}
			.ts li i{
				width: 60px;
				height: 60px;
				border-radius: 50%;
				display: block;
				float: left;	
				margin-right: 12px;	
				margin-top: 5px;
			}	
			.ts li:nth-of-type(4) h1{
				color: #ec4410;
				font-size: 22px;
			}
			.ts li:nth-of-type(5) h1{
				color: #ff9933;
				font-size: 22px;
			}
			.ts li:nth-of-type(3) h1{
				color: #009900;
			}
			.ts li:nth-of-type(2) h1{
				color: #703e85;
			}
			.ts li h1{
				font-size: 18px;
				color: #3399ff;
				line-height: 34px;
			}
			.right-c{
				width: 125px;
				height: 620px;
				position: fixed;
				right: 10%;
				top:22%;
				display: none;
				cursor: pointer;
			}
			.right-c h1{
				text-align: center;
				font-size: 14px;
				color: #333333;
			}
			.right-c img{
				margin-top: 15px;
			}
		